'Declaration Public Overloads Sub ReplaceTextSymbols( _
ByVal replaceMapThe map that should be used for replacing symbol.() As System.Collections.Generic.Dictionary(Of PdfTextSymbol,PdfTextSymbol), _
ByVal ParamArray nodesThe nodes (instances of PdfPage or PdfFormXObjectResource object) where symbol codes must be replaced.() As Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase _
)
public void ReplaceTextSymbols(
System.Collections.Generic.Dictionary<PdfTextSymbol,PdfTextSymbol>[] replaceMap,
params Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase[] nodes
)
public: void ReplaceTextSymbols(
System.Collections.Generic.Dictionary<PdfTextSymbol,PdfTextSymbol*>*[]* replaceMap,
params Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase*[]* nodes
)
public:
void ReplaceTextSymbols(
array<System.Collections.Generic.Dictionary<PdfTextSymbol,PdfTextSymbol^>^>^ replaceMap,
... array<Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase^>^ nodes
)
Parameters
- replaceMap
- The map that should be used for replacing symbol.
- nodes
- The nodes (instances of PdfPage or PdfFormXObjectResource object) where symbol codes must be replaced.